home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / msgutil.zip / MSGUTIL.DOC < prev    next >
Text File  |  1996-07-23  |  2KB  |  65 lines

  1.  
  2.                               ■ MSGUTIL ■
  3.  
  4. A little introduction to Msgutil:
  5.  
  6. this utility is greatly based on the utilities included in package
  7. MKSM106.* by Mark May. I have added some improvements, such as:
  8.  
  9.  * msg areas are specified by tag, instead of AreaId;
  10.  ! fixed bugs, and adapted the source to OS2 target;
  11.  
  12. What does msgutil do?
  13.  
  14. 3 things:
  15.  * post text files as msg;
  16.  * convert areas whose path/msgbase has changed;
  17.  * maintain an area with personal msg;
  18.  
  19. a brief summary of switches can be obtained running MSGUTIL with no 
  20. parameter, i think it's enough.
  21. remember to edit MsgUtil.Cfg (however, all parameters specified there can
  22. be changed in command line, that's just a way to define default parameters);
  23. msg areas in Msgutil.Cfg are specified by AreaId; first letter of AreaId 
  24. indicates the type of message base (F=Fido, S=squish, H=Hudson, J=Jam) and
  25. following letters the path (for hudson base, the msg board);
  26.  
  27. some command line examples:
  28.  
  29. ; convert areas whose msgpath or msgbase has changed
  30. MSGUTIL -C
  31. ;
  32. ; note: if you want to change a path and/or msgbase of an echomail area,
  33. ; it will be enough to edit Areas.Bbs, make the changes, and then
  34. ; run "Msgutil -C" (the new areas.bbs will be confronted with oldareas.bbs
  35. ; mantained by msgutil)
  36. ;
  37.  
  38. ; post text file TEST.TXT in area NEWS.ITA
  39. MSGUTIL TEST.TXT /ANews.Ita
  40. ; post text file TEST.TXT in netmail
  41. MSGUTIL TEST.TXT
  42. ;
  43. ; note: default parameters will be taken from msgutil.cfg but can be
  44. ; redefined in command line; kludges, tear-line and origin line are
  45. ; automatically added when needed.
  46. ;
  47.  
  48. ; Build area with personal msg (addressed to sysop or written by sysop)
  49. MSGUTIL -M
  50. ;
  51. ; note: dupes are detected by msgid kludge, if you want to get all
  52. ; messages del msgdupes.dat in msgutil directory (this is the
  53. ; file where info about dupes are mantained)
  54. ;
  55.  
  56. i can be reached at following addresses:
  57.    fidonet: Alessandro Trebbi, 2:332/901
  58.    e-mail: trebbi@indi.it
  59.  
  60. from the same author:
  61.    L-list, files.bbs editor and tic processor (shareware L. 25.000)
  62.    Scan_Cd, automatic adding of file areas to lora's setup (freeware);
  63. All utilities are available both in dos and os2 release.
  64.  
  65.